GetCookiesRequest

data class GetCookiesRequest(browserContextId: BrowserContextID?)

Represents request frame that can be used with Storage#getCookies operation call.

Returns all browser cookies.

See also

Constructors

GetCookiesRequest
Link copied to clipboard
fun GetCookiesRequest(browserContextId: BrowserContextID? = null)

Properties

browserContextId
Link copied to clipboard
val browserContextId: BrowserContextID? = null
Browser context to use when called on the browser endpoint.

Sources

jvm source
Link copied to clipboard